home *** CD-ROM | disk | FTP | other *** search
- Date: Thu, 9 Jun 1994 01:42:05 -0400 (EDT)
- From: Timothy Miller <millert@undergrad.csee.usf.edu>
- Subject: Re: Key Short-Cuts
- To: gem-list@world.std.com
- In-Reply-To: <m0qBSSt-0000f2C@sdf.lonestar.org>
- Message-Id: <Pine.3.87.9406090105.B26810-0100000@undergrad>
- Mime-Version: 1.0
- Precedence: bulk
-
- I agree with Evan. Replacing the key table is a bad idea. To
- distinguish between Ctrl-H and Backspace, you know that the code for
- Backspace isn't going to change, so Ctrl-H is something with the same
- ascii code but a different scancode, regardless of where on the keyboard
- it is. Simple to check for.
-
-
-